server - определение. Что такое server
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое server - определение

WIKIMEDIA DISAMBIGUATION PAGE
Servers; Server (disambiguation)
Найдено результатов: 630
server         
1. A program which provides some service to other (client) programs. The connection between client and server is normally by means of message passing, often over a network, and uses some protocol to encode the client's requests and the server's responses. The server may run continuously (as a daemon), waiting for requests to arrive or it may be invoked by some higher level daemon which controls a number of specific servers (inetd on Unix). There are many servers associated with the Internet, such as those for HTTP, Network File System, {Network Information Service} (NIS), Domain Name System (DNS), FTP, news, finger, Network Time Protocol. On Unix, a long list can be found in /etc/services or in the NIS database "services". See client-server. 2. A computer which provides some service for other computers connected to it via a network. The most common example is a file server which has a local disk and services requests from remote clients to read and write files on that disk, often using Sun's Network File System (NFS) protocol or Novell Netware on PCs. Another common example is a {web server}. [Jargon File] (2003-12-29)
server         
(servers)
1.
In computing, a server is part of a computer network which does a particular task, for example storing or processing information, for all or part of the network. (COMPUTING)
N-COUNT
2.
In tennis and badminton, the server is the player whose turn it is to hit the ball or shuttlecock to start play.
...a brilliant server and volleyer.
N-COUNT: oft adj N
3.
A server is something such as a fork or spoon that is used for serving food.
...salad servers.
N-COUNT: oft n N
server         
¦ noun
1. a person or thing that serves.
N. Amer. a waiter or waitress.
2. a computer or computer program which manages access to a centralized resource or service in a network.
Server         
·noun One who serves.
II. Server ·noun A tray for dishes; a salver.
Server (computing)         
  • client]] computers communicating with a '''server''' computer via the [[Internet]]
  • Sun's [[Cobalt Qube]] 3; a computer [[server appliance]] (2002); running Cobalt Linux (a customized version of Red Hat Linux, using the 2.2 Linux kernel), complete with the Apache web server.
  • WWW]] server is located at [[CERN]] with its original sticker that says: "This machine is a server. DO NOT POWER IT DOWN!!"
  • rack-mountable]] server with the top cover removed to reveal internal components
  • A network based on the '''[[client–server model]]''' where multiple individual ''clients'' request services and resources from centralized servers
  • [[Wikimedia Foundation]] rackmount servers on racks in a data center
COMPUTER PROGRAM OR DEVICE THAT PROVIDES ACCESS TO A CENTRAL RESOURCE OR OTHER FUNCTIONALITY FOR CLIENTS
Enterprise server; Enterprise Sever; Enterprise Server; Network servers; Network Server; Server computer; Computer server; Network server; Net server; PC server; Server (computer); Server operating system; Server application; Server hardware; Server OS; Server computing; Remote server; Internet server; Server (hardware); Server software; Mobile server; Server (Computing); Mobile Server; Master server; Computer servers
In computing, a server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model.
servers         
web server         
  • embedded web server]] serving [[dynamic web page]]s used for modem configuration.
  • PC clients connected to a web server via Internet
  • Sun's [[Cobalt Qube]] 3 – a computer [[server appliance]] (2002, discontinued)
  • The world's first web server, a [[NeXT Computer]] workstation with Ethernet, 1990. The case label reads: "This machine is a server. DO NOT POWER IT DOWN!!"
  • First web proposal (1989) evaluated as ''"vague but exciting..."''
  • The inside and front of a [[Dell PowerEdge]] server, a computer designed to be mounted in a [[rack mount]] environment. It is often used as a web server.
  • Chart:<br />''Market share of all sites'' for most popular web servers 2005–2021
  • Directory listing dynamically generated by a web server.
  • PC clients communicating via network with a web server serving static and dynamic content.
NETWORK COMPUTER HOSTING OR DELIVERING A WEB SITE OR APPLICATION
HTTP Server; Webserver; Web servers; HTTP web server; Web-servers; Web-server; Web Servers; Web Server; Requests per second; Requests Per second; HTTP daemon; Web server market share; WWW server; Www server
Web server         
  • embedded web server]] serving [[dynamic web page]]s used for modem configuration.
  • PC clients connected to a web server via Internet
  • Sun's [[Cobalt Qube]] 3 – a computer [[server appliance]] (2002, discontinued)
  • The world's first web server, a [[NeXT Computer]] workstation with Ethernet, 1990. The case label reads: "This machine is a server. DO NOT POWER IT DOWN!!"
  • First web proposal (1989) evaluated as ''"vague but exciting..."''
  • The inside and front of a [[Dell PowerEdge]] server, a computer designed to be mounted in a [[rack mount]] environment. It is often used as a web server.
  • Chart:<br />''Market share of all sites'' for most popular web servers 2005–2021
  • Directory listing dynamically generated by a web server.
  • PC clients communicating via network with a web server serving static and dynamic content.
NETWORK COMPUTER HOSTING OR DELIVERING A WEB SITE OR APPLICATION
HTTP Server; Webserver; Web servers; HTTP web server; Web-servers; Web-server; Web Servers; Web Server; Requests per second; Requests Per second; HTTP daemon; Web server market share; WWW server; Www server
A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a web page or other resource using HTTP, and the server responds with the content of that resource or an error message.
client-server         
  • A computer network diagram of clients communicating with a server via the Internet
DISTRIBUTED APPLICATION STRUCTURE IN COMPUTING
Client/server; Client server; Client-Server; Client-server architecture; Client-server model; Client-server protocol; Client/Server Architecture; 2-tier architecture; Client-Side; Client-Server Architecture; Client/server architecture; Client/server environment; Client/server network; Client/server protocol; Client-server system; Server-client model; Client-server computing; Server-client architecture; 2-tier; Client/server principle; Client-server programming; Client/server computing; Client server architecture; Benefits of client server computing; Client-server; Client–server architecture; Client–server; Server–client architecture; Client server communication; Client–server computing; Client-Server Model
<programming> A common form of distributed system in which software is split between server tasks and client tasks. A client sends requests to a server, according to some protocol, asking for information or action, and the server responds. This is analogous to a customer (client) who sends an order (request) on an order form to a supplier (server) who despatches the goods and an invoice (response). The order form and invoice are part of the "protocol" used to communicate in this case. There may be either one centralised server or several distributed ones. This model allows clients and servers to be placed independently on nodes in a network, possibly on different hardware and operating systems appropriate to their function, e.g. fast server/cheap client. Examples are the name-server/name-resolver relationship in DNS, the file-server/file-client relationship in NFS and the screen server/client application split in the {X Window System}. Usenet newsgroup: news:comp.client-server. ["The Essential Client/Server Survival Guide", 2nd edition, 1996]. (1998-01-25)
Messages Server         
  • Screenshot of OS X Leopard 10.5 Server.
  • Box artwork for Mac OS X Server versions 10.1–10.6
  • The Server app running on OS X Yosemite
OPERATING SYSTEM
Mac os x server; Mac OS X server; Macintosh Manager; MacOS X Server; Calendar and Contacts Server; ICal server; ICal Server; Caldavd; Messages Server; Calendar Server; Mac os server; OSXS; Calendarserver; Mac OS/OS X Server; Mac OS Server; RAID Admin; Osx server; Darwin Calendar Server; IChat Server; Message Server; OS X Server; Draft:Apple's OS X Server; MacOS Server version history; Mac OS X Server 10.0; Mac OS X Server 10.1; Mac OS X Server 10.3; Mac OS X Server 10.2; Mac OS X Server 10.4; Mac OS X Server 10.5; Mac OS X Server 10.6; Mac OS X Panther Server; Mac OS X Tiger Server; Mac OS X Leopard Server; Mac OS X Snow Leopard Server; Mac OS X Lion Server; Mac OS X Lion Server Server; OS X Mountain Lion Server; OS X Mavericks Server; OS X Yosemite Server; OS X 10.11 Server 5.0; OS X 10.11 Server 5.1; MacOS 10.12 Server 5.2; MacOS 10.12 Server 5.3; MacOS 10.13 Server 5.4; MacOS 10.13 Server 5.5; Mac OS X Server version history; OS X Server version history; MacOS X 10.12 Server 5.2; MacOS X 10.12 Server 5.3; MacOS X 10.13 Server 5.4; MacOS X 10.13 Server 5.5; MacOS Server
Messages Server is a component of OS X Server from Apple Inc. It was first introduced as iChat Server with the release of Mac OS X Server 10.

Википедия

Server